home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
MRAC
/
Convert
/
c-integer-to-pitch
next >
Wrap
Text File
|
1998-08-11
|
345b
|
13 lines
c-integer-to-pitch integer
This function provides a reference conversion facility; the output is unusable in its compressed form except when the pitch-to-symbol utility has been activated.
(c-integer-to-pitch 45)
=> a7
(c-integer-to-pitch '(0 5 23 -5))
=> (c4 f4 b5 g3)
(c-integer-to-pitch '((0 5 23 -5) (6 11)))
=> ((c4 f4 b5 g3) (f#4 b4))